home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 019a / zce12.zip / ZD.HLP < prev    next >
Text File  |  1991-12-09  |  3KB  |  107 lines

  1. 5.1   ZD Command Line Syntax and Switches
  2.  
  3.          ZD /?
  4.  
  5.          Entering ZD /? will display command help information.
  6.  
  7.          ZD /w /sf
  8.  
  9.          Display in wide format and sort by filename
  10.  
  11.          ZD *.Zip /ega /ss /zc=3 /np
  12.  
  13.          Display all files with .Zip extension in 43 or 50 line mode sorted
  14.          by file size and shows the Zip Comments in cyan on black and does
  15.          not pause with each screen of text.
  16.  
  17.  
  18. 5.2   ZD Command Line Display Options
  19.  
  20.          /?        Display Help Screen
  21.          /W        Wide Format, Shows date, Time and File Size.  The Zip
  22.                    comment is displayed on the next line.
  23.          /NP       No Pause for Full Screen
  24.          /NS       No Save and Restore Screen
  25.          /EGA      Display 43/50 Lines if EGA/VGA Detected
  26.          /M        Force Monochrome Display
  27.          /L        Lower Case File Names
  28.          /VC       View Compressed Files
  29.  
  30.          The new View Compressed [/VC] option will displays compressed file
  31.          contents for .ZIP, .ARC, .PAK and .LZH file extensions.
  32.  
  33.  
  34. 5.3   ZD Command Line Color Options
  35.  
  36.          /ZF=#     Zip Filename Colors
  37.          /ZC=#     Zip Comment Colors
  38.          /OF=#     Other Filename Colors
  39.          /TC=#     Text Colors
  40.          /HC=#     Header Colors
  41.          /BG=#     Background Color
  42.          /VC=#     View Compressed Colors
  43.          /A        Alternate Color Set
  44.  
  45.  
  46.          The color codes are:
  47.               0 Black        2 Green        4 Red          6 Brown
  48.               1 Blue         3 Cyan         5 Magenta      7 White
  49.  
  50.          Foreground color:
  51.               Select the color number
  52.               For high intensity (bright or light), add 8
  53.               For Blinking, add 128
  54.  
  55.          Example:
  56.  
  57.          Blinking, high-intensity cyan is 3+8+128 = 137
  58.  
  59.          Background color:
  60.  
  61.               Select the Color Number
  62.               Multiply it by 16
  63.               Add it to the Foreground Color
  64.  
  65.          Example:
  66.  
  67.          Blinking, high-intensity cyan on blue is 137+(1*16) = 153
  68.  
  69.  
  70. 5.4   ZD Command Line Sorting Options
  71.  
  72.          /SF       Sort by Filename
  73.          /SS       Sort by Size
  74.          /SE       Sort by Extension
  75.          /SD       Sort by Date
  76.  
  77.  
  78. 5.5   ZD Pause Control Options
  79.  
  80.          F1        On Line Help
  81.          B/PgUp    Backup Listing One Page
  82.          N/Home    Re-Read disk
  83.          S         Toggle File Select Mode
  84.          F4        Enter New File Specification
  85.          U         Create Directory, Unzip Selected File and Exit
  86.          Escape    Quit ZD
  87.  
  88.          The file ZD.HLP file must be in the current directory or in a
  89.          directory in the Dos Path.
  90.  
  91.  
  92. 5.6   ZD File Select Mode and Options
  93.  
  94.          File Select mode highlights a file and allows cursor movement of
  95.          the highlight.  IF ENTER is pressed the ZDSELECT environment
  96.          variable will be set to the name of highlighted file.  If escape
  97.          is pressed while in file select mode then ZDSELECT will not be
  98.          set or modified.
  99.  
  100.          /SEL      Turn on File Select Mode when ZD starts
  101.          /FO       Set ZDSELECT to filename without extension
  102.          /ME       Update Master environment.  Default is parent.
  103.          /LE       Update Local environment.
  104.          /DEBUG    Shows environment information for file select mode.
  105.  
  106.          UNZIP.BAT shows an example application for file select mode.
  107.